//==============================================================================
// Spear_anim.txt
//==============================================================================

//==============================================================================
define trail
{ 
    TechLogic none/Flaming Weapons Active
	set hotspot
    {
        version
        {
            Visualparticle SFX Projectile Trail Spear
        }
    }
	set hotspot
    {
        version
        {
            Visualparticle SFX Projectile Trail Spear Fire
        }
    }
}

//==============================================================================
define flame
{
   set hotspot
   {
      version
      {
         Visualparticle SFX A Flaming Spear
      }
   }
}

//==============================================================================
Anim idle
{
   SetSelector
   {
      TechLogic none/Flaming Weapons Active
      SetSelector
      {
         TechLogic Copper Weapons/Bronze Weapons/Iron Weapons
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Copper Thrown
			   connect ATTACHPOINT trail hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Bronze Thrown
			   connect ATTACHPOINT trail hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Iron Thrown
			   connect ATTACHPOINT trail hotspot
            }
         }
      }
      SetSelector
      {
         TechLogic Copper Weapons/Bronze Weapons/Iron Weapons
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Copper Thrown
               connect Attachpoint Flame hotspot
			   connect ATTACHPOINT trail hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Bronze Thrown
               connect Attachpoint Flame hotspot
			   connect ATTACHPOINT trail hotspot
            }
         }
         set hotspot
         {
            version
            {
               Visual Attachments A Spear Iron Thrown
               connect Attachpoint Flame hotspot
			   connect ATTACHPOINT trail hotspot
            }
         }
      }
   }
}
